type net.pipeDeadline
7 uses
net (current package)
pipe.go#L15: type pipeDeadline struct {
pipe.go#L21: func makePipeDeadline() pipeDeadline {
pipe.go#L22: return pipeDeadline{cancel: make(chan struct{})}
pipe.go#L31: func (d *pipeDeadline) set(t time.Time) {
pipe.go#L67: func (d *pipeDeadline) wait() chan struct{} {
pipe.go#L104: readDeadline pipeDeadline
pipe.go#L105: writeDeadline pipeDeadline
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |